home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / macros / latex / general / latex.bug (.txt) < prev    next >
LaTeX Document  |  1992-03-31  |  54KB  |  935 lines

  1. LATEST VERSIONS OF FILES -- LaTeX Version 2.09
  2. ADDENDUM.TEX  31 Oct 90    ARTICLE.DOC/STY   14 Jan 92   LATEX.BUG  25 Mar 92
  3. IDX.TEX       22 Jan 85    ART10.DOC/STY     14 Jan 92   LATEX.INS   1 Dec 91
  4. LABLST.TEX     5 Jan 85    ART11.DOC/STY     14 Jan 92   LOCAL.GID  24 Sep 85
  5. LATEX.TEX     25 Mar 92    ART12.DOC/STY     14 Jan 92
  6. LFONTS.TEX    25 Nov 91    BEZIER.DOC/STY    17 Dec 85
  7. LHYPHEN.TEX    4 Nov 91    BOOK.DOC/STY      14 Jan 92
  8. LOCAL.TEX     26 Feb 92    BK10.DOC/STY      14 Jan 92
  9. LPLAIN.TEX    25 Mar 92    BK11.DOC/STY      14 Jan 92
  10. MAKEINDEX.TEX 17 Feb 87    BK12.DOC/STY      14 Jan 92
  11. SAMPLE.TEX     9 Apr 86    FLEQN.DOC/STY     04 Nov 91
  12. SFONTS.TEX    25 Nov 91    IFTHEN.DOC/STY    16 Jun 91
  13. SLITEX.TEX    25 Mar 92    LETTER.DOC/STY    25 Mar 92
  14. SMALL.TEX      5 Jul 85    LEQNO.DOC/STY     29 Sep 91
  15. SPLAIN.TEX    25 Mar 92    MAKEIDX.DOC/STY   21 Oct 91
  16. TESTPAGE.TEX  20 Jul 87    OPENBIB.DOC/STY   14 Jan 92
  17. TESTA4.TEX     5 Jun 91    PROC.DOC/STY      26 Feb 92
  18. TRYFONTS.TEX  11 Nov 86    REPORT.DOC/STY    14 Jan 92
  19.                            REP10.DOC/STY     14 Jan 92
  20.                            REP11.DOC/STY     14 Jan 92
  21.                            REP12.DOC/STY     14 Jan 92
  22.                            SHOWIDX.DOC/STY   16 Jun 91
  23.                            SLIDES.DOC/STY    04 Nov 91
  24.                            TITLEPAG.DOC/STY  16 Jun 91
  25.                            TWOCOLUM.DOC/STY  27 Jan 85
  26. METAFONT SOURCE FILES FOR LaTeX:
  27. CIRCLE.MF      9 Jul 87
  28. ICMCSC10.MF   27 Oct 91
  29. ICMEX10.MF    27 Oct 91
  30. ICMMI8.MF     27 Oct 91
  31. ICMSY8.MF     27 Oct 91
  32. ICMTT8.MF     27 Oct 91
  33. ILASY8.MF     14 Nov 91
  34. ILCMSS8.MF    27 Oct 91
  35. ILCMSSB8.MF   27 Oct 91
  36. ILCMSSI8.MF   27 Oct 91
  37. LASY.MF
  38. LASY10.MF
  39. LASY5.MF
  40. LASY6.MF
  41. LASY7.MF
  42. LASY8.MF
  43. LASY9.MF
  44. LASYB10.MF
  45. LCIRCLE10.MF  18 Mar 92
  46. LCIRCLEW10.MF 18 Mar 92
  47. LCMSS8.MF     19 Aug 86
  48. LCMSSB8.MF    19 Aug 86
  49. LCMSSI8.MF    19 Aug 86
  50. LINE.MF       24 Jan 89
  51. LINE10.MF     18 Mar 92
  52. LINEW10.MF    18 Mar 92
  53. SROMAN.MF     16 Sep 86
  54. SROMANU.MF    25 Jun 91
  55.                    BUGS IN AND CHANGES TO LATEX
  56.                    ----------------------------
  57. 1. Some file extensions were in upper case.  Makes no difference for
  58.    TOPS-20, but messes up on Unix.  (Corrected 18 Dec 83)
  59. 2. Glossary command wrote .IDX instead of .GLO file.  (Corrected 18 Dec 83)
  60. 3. Size-changing commands add a blank space.   (Corrected 22 Dec 83)
  61. 4. \mainbaselineskip has been eliminated, being replaced by the
  62. parameter \baselinestretch.  All font-size-changing commands, which
  63. are the commands that change \baselineskip, multiply the normal value
  64. of \baselineskip for the chosen font by \baselinestretch.
  65. \baselinestretch can be changed at any time by a \renewcommand
  66. command, but doing so affects only the next font-size-changing
  67. command.  Note that the \begin{document} command executes a \normal
  68. command to set the font size initially.) (Change made to version 2.01,
  69. on 1 Jan 1984.)
  70. 5. \writecommand has been eliminated and a new command \protect added.
  71. Writing \protect\foo makes \foo do the right thing in an array or
  72. tabular @-expression and in the argument of a sectioning or caption
  73. command.  When used in an \addcontents command, \protect\foo has the
  74. same effect that \writecommand{\foo} used to.  Writing
  75. \section{\protect\foo} achieves what writing
  76. \section[\writecommand{\foo}]{\foo} used to.  The .STY files must now
  77. \let\protect=\noexpand when doing a \mark.  (Change made to version
  78. 2.02 on 11 Jan 1984.)
  79. 6. The error message 'This is a LaTeX bug' has been changed to
  80. 'This may be a LaTeX bug', since it is possible for a user error
  81. to cause it. (Change made to version 2.02 on 11 Jan 1984.)
  82. 7. A new error message 'Missing \item' has been added.  It detects
  83. an error that previously caused TeX to hang up.  I THINK that
  84. it can be caused only by a missing \item in a list environment.
  85. (Change made before 26 Jan 1984)
  86. 8. A tabbing environment inside a list environment will use the
  87. document's outer right margin rather than the right margin of the
  88. list environment. (Corrected 7 February 1984.)
  89. 9. \newcommand doesn't work if there's a \par in the definition.
  90. (corrected 17 Jan 1984)
  91. 10. \newlist has been given an optional argument, which can come right
  92. before the last mandatory argument.  This optional argument specifies
  93. the number of arguments the new list environment has.  These arguments
  94. can be mentioned in the last mandatory argument just as in the
  95. \newcommand command.  For example, you can write
  96.       \newlist{labellist}{}{}[1]{\item [#1:]}
  97. (Change made 27 Jan 1984)
  98. 11. A missing entry in an array or tabular environment may cause
  99. trouble -- e.g., writing '& &'.  until this is corrected, you can
  100. add a null item, such as '\mbox{}'.  (Corrected 8 Feb 84.)
  101. 12. No longer applicable.
  102. 13. The page headings don't come out right on float pages in twoside
  103. page layouts.  (Left-hand headings come out on right-hand pages.)
  104. Found by Gary Swanson. (Corrected 8 Feb 84.)
  105. 14. By popular demand, a new environment  eqnarray  is being added
  106. to LaTeX.  \begin{eqnarray} ... \end{eqnarray} acts like
  107.   \[ \begin{array}{lcl} ... \end{array} \]
  108. except that
  109.     1. An equation number is put on every line, unless
  110.        there is a \nonumber command anywhere on that line.
  111.     2. Page breaking can occur between lines of an equation,
  112.        so the *-form of the \\ command is useful.
  113.     3. There is an extra \jot amount of space added between lines.
  114. Also, document-style designers who want to change where and how
  115. equations are numbered, should look for \@eqnnum in LATEX.TEX
  116. to see what to do; you no longer change \endequation.
  117. (Change made to version 2.03 on 6 Feb 84)
  118. 15. An eqnarray* environment has been added.  It's the same as
  119. eqnarray except it doesn't number the equations.
  120. (Change made to version 2.03' on 7 Feb 84)
  121. 16. A test should be made at the end of a list to check that
  122. it ends with an item---see manual change 4 below.
  123. (Change made on 8 Feb 84.)
  124. 17. The tabbing environment doesn't work right when inside a list
  125. environment if it's the first thing after an \item command.
  126. (Corrected 8 February 1984)
  127. 18. \protect now works in the argument of \typeout and \typein,
  128. so \typeout{Command \protect\foo} types out 'Command \foo'.
  129. (Change made to version 2.04 on 16 February 1984.)
  130. 19. \typein doesn't work if the last item typed in by the user is a
  131. control sequence.  (Corrected 22 February 1984)
  132. 20. A whole new method of handling fonts has been introduced.  LaTeX
  133. no longer produces an error if a typeface hasn't been preloaded.  It
  134. either loads it or else substitutes a different font and types a
  135. warning.  The commands \boldmath and \unboldmath have been added,
  136. allowing the user to produce boldface symbols and math formulas.  See
  137. LERRATA.TEX for a description of these commands.  Note: to be
  138. consistent, \boldmath should change the boldness of the characters
  139. that come from the math extension font.  However, I don't have a bold
  140. version of the AMEX font, so I can't implement that.  (Change made to
  141. version 2.05 on 22 February 1984)
  142. 21. LPLAIN is changed so \rightline, \leftline and \centerline work.
  143. However, the LaTeX \line command bears no relation to PLAIN TeX's
  144. \line command.  (Changed 28 Feb 1984)
  145. 22. The 'Missing \item' error message changed to
  146. 'Something's wrong--perhaps a missing \item.'  (Changed 28 Feb 1984)
  147. 23. \protect now works in the argument of an \index command.
  148. (2 Mar 1984)
  149. 24. A ']' in a section title or caption caused an error.
  150. (Corrected 6 Mar 1984)
  151. 25. The commands to automatically load needed fonts have a bug.
  152. Suppose, for example, that \sl is not preloaded for the \small size.
  153. The first time you use \sl inside a \small environment, it works OK.
  154. However, subsequent \sl commands inside the same \small environment
  155. are no-ops.  \sl works fine the next time you execute \small.
  156. In other words,
  157. {\small ... \sl SLANTED \rm ROMAN \sl ROMAN!} ... {\small \sl works ok here}
  158. (Found by David Smith, Corrected 16 Mar 1984)
  159. 26. Setting \textwidth before the \begin{document} doesn't work.  Can
  160. be fixed by putting a \onecolumn or \twocolumn command after the
  161. command to set \textwidth.  (Found by Mark Moriconi, Corrected 18 Mar 1984.)
  162. 27. For one-sided output, LaTeX uses \evensidemargin for the left margin
  163. instead of \oddsidemargin as it should.  (Found by Mark Moriconi,
  164. Corrected 19 Mar 1984.)
  165. 28. The list environment, and other environments that use it (like
  166. enumerate), don't work in double column format.  (Found by Fernando
  167. Pereira, corrected 24 April 1984)
  168. 29. When a \clearpage occurs and there are unprocessed figures to be put
  169. out, the next text page may be short.  A similar but harder to describe
  170. problem may occur in two-column output. (Found by Howard Trickey and
  171. Gabi Kuper, corrected 1 May)
  172. 30. There have been a number of changes made to version 2.06.  Most
  173. are invisible to the user, but require modification of all
  174. document styles made for earlier versions.  The user-visible ones
  175. are documented in LERRATA.TEX.  The ones that are invisible to the
  176. user but are important to the document-style designer include:
  177.   * \co@... has been changed to \the .  Thus, for example, \thesubsection
  178.     now produces the printed version of the current subsection number,
  179.     which might be something like '2.4.5'.
  180.   * While not a change to LaTeX itself, there is an important procedural
  181.     change.  Document style files now come in two flavors: a version
  182.     having having lots of comments, with the extension '.doc'; and
  183.     a compressed version that LaTeX reads, with the extension '.sty'.
  184.     The '.doc' files have many more comments than the old '.sty' files,
  185.     making it easier to figure out how to customize a document style.
  186.   * The \documentstyle command has been changed completely, including
  187.     a new mechanism for handling document-style options.  This is explained
  188.     in REPORT.DOC.  (Scan for \@options.)
  189. 31. When used in vmode, \vspace* with a negative argument doesn't work
  190. right, producing a positive \baselineskip space.  (Corrected in version 2.06.)
  191. 32. A number of bugs were introduced in the first release of Version 2.06.
  192. All of these that were known by 26 June 1984 were corrected in the release
  193. of that date.
  194. 33. LaTeX now assumes that the device driver will, with no other offset,
  195. print things starting one inch from both the top and left edges of the
  196. paper.  If your driver does not do this, then appropriate \hoffset and
  197. \voffset commands should be added to your local options file for
  198. generating LaTeX.
  199. 34. For very obscure reasons, there was occasionally an extra space at
  200. the end of the last item in a row of an array.  Also, an extra space
  201. would appear at the end of the last item in a row of a tabular
  202. environment ended with a \\[x] where x is a positive dimension.
  203. (Discovered by in part by Ken Laws.  Corrected 3 July 1984.)
  204. 35. A \raggedbottom command was added. (Version 2.06a, 3 July 1984)
  205. 36. A font that is not preloaded will, when called for the first time
  206. inside braces in math mode, generate a '\textfont ... is undefined'
  207. error.  This is an unsolvable problem.  To alleviate it, the user
  208. should call the font in question at 'ground level' (outside any braces)
  209. before it is used in the math environment.  For example, before using
  210. \sc inside math mode, the user can type  \sc \rm at ground level.
  211. 37. A typestyle-changing command does not work quite right when used
  212. in an 'unsafe' argument, like the argument to a \section command.
  213. For example, if you type \section{ ... {\it foo} ... }, then the
  214. table of contents entry will contain 'foo' in the typesize in effect
  215. at the \section command, rather than the one in effect during the
  216. table of contents.  (Fortunately, these are usually the same.)
  217. (Corrected 6 July 1984.)
  218. 38. \protect does not work right in an \addcontentsline or
  219. \addtocontents entry, or in the 'unsafe' argument of a sectioning
  220. command.  '\protect\foo x' will write '\foox' instead of '\foo x' on
  221. the .TOC file.  (Corrected 6 July 1984.)
  222. 39. Any command like \label or \addcontentsline that comes between two
  223. \clearpage commands---i.e., that are on 'pages' with no printed
  224. text---are lost.  (Corrected 7 July 1984.  However, such a command
  225. that comes between a \clearpage or \newpage and the \end{document}
  226. is still lost.  Also, this correction causes every \clearpage command
  227. to put a blank line in the .LST file.)
  228. 40. A complicated-to-explain but easy-to-fix bug, introduced by the
  229. correction made to 39, meant that the twocolumn document substyle would
  230. not load properly. (Corrected 19 July 1984.)
  231. 41. \underline does not work properly in math mode.  (Corrected
  232. 10 August 1984.)
  233. 42. The [t] option of the minipage environment does not work properly.
  234. (Corrected in version 2.07.)
  235. 43. The \raggedbottom command can sometimes produce an overfull text
  236. page that runs into the page number.  (Corrected 15 August 1984.)
  237. 44. A tabbing environment that begins an item inside a list environment
  238. produces incorrect vertical spacing.  (Corrected in version 2.07.)
  239. 45. Any command whose expansion includes a  "  needs to be \protect'ed
  240. in environments calling for \protect'ion.  This includes all accent-making
  241. commands.  The fix will probably involve renaming the  "  command
  242. (introduced in Version 2.06).  (Corrected in version 2.07.)
  243. 46. The \@startsection macro doesn't work right for producing in-line
  244. headings, as for the \paragraph and \subparagraph commands in the current
  245. document styles.  A blank line between the command and the following
  246. text screws things up. (Corrected 28 October 1984)
  247. 47. As in Plain TeX, a \$ command in an \it type style produces a
  248. pound sterling symbol.   (Corrected 29 September 1984)
  249. 48. Typing
  250.        \typein[\names]{Include what?}
  251.        \includeonly{\names}
  252. doesn't work. (Corrected in Version 2.07, 21 October 1984.)
  253. 49. The sectioning commands did not put the correct space above a
  254. section heading if the command was preceded by certain LaTeX
  255. environments. (Corrected in Version 2.07, 26 October 1984.)
  256. 50. A tabbing environment that begins a minipage environment leaves too
  257. much space above it. (Corrected 31 October 1984)
  258. 51. The \endtabular and \endarray commands don't exist, so they can't
  259. be used in a \newenvironment command.  (To be corrected in Version 2.08.)
  260. 52. When using the \raggedbottom option, footnotes don't go in the
  261. right place on an incomplete page--e.g., the last page of the document
  262. or one ending with a \newpage.  (Corrected 8 November)
  263. 53. \cline was inadvertently defined to require the format \cline[1-2]
  264. rather than the correct \cline{1-2}.  (Corrected 9 November)
  265. 54. The 9 November correction to the document styles introduced an
  266. error in \cite, making all numberic references come out as [0]
  267. in the text.   (Corrected 13 November)
  268. 55. In the array and tabular environments, an extra space appeared
  269. between columns when a '|' was followed by a 'p' in the argument.
  270. (Corrected 13 November)
  271. 56. Anomalous results may occur if a 'p' column in an array or
  272. tabular environment is left empty. (To be corrected in version 2.08)
  273. 57. The \listoffigures and \listoftables commands did not properly
  274. indent the first line.  (Corrected 14 November 1984)
  275. 58. \footnote and \footnotemark did not work in math or vertical mode.
  276. (Corrected 23 November 1984)
  277. 59. The change to \index that allowed arbitrary special characters in its
  278. argument was not also made to \glossary.  (Corrected 21 December 1984)
  279. 60. \boldmath did not work properly when called for the first time
  280. inside braces or an environment.  (Corrected 22 December 1984)
  281. 61. \footnotemark with an optional argument didn't work right inside
  282. a minipage.  (Corrected 22 December 1984)
  283. 62. Commands have been added to allow rules to appear between floats
  284. and text on a page.  See the \topfigrule, \botfigrule, and
  285. \dblfigrule commands.  (Change made 22 December 1984)
  286. 63. A minor bug in \raisebox was fixed.  (Change made 31 December 1984)
  287. 64. \newcounter did not initialize \the... to \arabic{...}.
  288. (Corrected 5 January 1985)
  289. 65. \linebreak, \nolinebreak, \pagebreak, and \nopagebreak produced
  290. an error given an optional argument of 0. (Corrected 16 January 1985)
  291. 66. \protect doesn't work properly in the optional argument of \bibitem.
  292. (Corrected 27 January 1985)
  293. 67. \protect and certain un\protect'ed commands don't work right in
  294. the optional argument of \bibitem.  (Corrected 30 January 1985)
  295. 68. The following two problems will occur if a footnote is split
  296. across two pages: (i) if a figure or table environment immediately
  297. follows the footnote, then the footnote will be scrambled, with the
  298. last part coming before the first part.  (ii) a \clearpage
  299. immediately following the footnote causes an overfull \vbox message
  300. and produces extra vertical space at the beginning of the next page.
  301. (Corrected 25 February)
  302. 69. The array, tabular and tabular* environments cannot be used with
  303. the \envbegin and \envend commands.  (Problem disappeared with version 2.09.)
  304. 70. Some accents need \protect'ing. (Corrected 16 March 1985.)
  305. 71. A sectioning command (like \paragraph) that produces an in-line
  306. heading (not on a separate line) doesn't work properly when it is
  307. immediately followed by a list or trivlist environment, or one that
  308. uses those environments (like verbatim or quote).  (Corrected in Version
  309. 2.09.)
  310. 72. Full page figures or tables that immediately follow the first
  311. page of a chapter appear on pages with no page headings.  More
  312. generally, full page floats that immediately follow a page
  313. with a \thispagestyle{foo} command are formatted according to
  314. page style foo.  (Corrected in Version 2.09.)
  315. 73.  Multiple paragraph marginpar's don't work.  (Corrected
  316. 16 July 85.)
  317. 74. \longrightarrow and \longleftarrow need \protect'ing in a moving
  318. argument.  (Corrected 4 September 85)
  319. 75. In certain instances, the not enough vertical space appears
  320. above a list environment.  (Corrected 4 September 85)
  321. 76. The \textfraction parameter was being ignored, and a random
  322. value used.  (Corrected 27 September 85)
  323. 77. The \item command was changed to allow a line break between
  324. the label and the following text.  This makes it easier to define
  325. a list environment in which the item occurs on a line by itself.
  326. (Change made 3 October 85).
  327. 78. No warning was generated by the eqnarray and eqnarray* environments
  328. when a formula extended into the margin.  (Corrected 4 November 85.
  329. However, warning is not generated if formula extends only into the
  330. equation number.)
  331. 79. \symbol and \newfont were not defined in SLiTeX.  (Corrected
  332. 21 November 85)
  333. 80. SLiTeX's \framebox command did not position items exactly right.
  334. (Corrected 28 November 85)
  335. 81. Space produced by \hspace* can be gobbled inside an array or
  336. tabular environment.   (Observed by Sam Whidden.)  (Corrected 17 December 85)
  337. 82. \skewchar commands were omitted for the math italic and and math
  338. symbol fonts, causing improper placement of math accents.  (Observed
  339. by Howard Trickey)  (Corrected 17 December 85)
  340. 83. The preloaded typewriter fonts have had \hyphenchar redefined to
  341. -1 to prevent hyphenation with these fonts.  (Change made 17 December 85)
  342. 84.  In rare circumstances, a bug in \@dottedtocline resulted in a page
  343. number appearing at the left of the line following the section
  344. heading in a table of contents entry.  (Corrected 7 January 86)
  345. 85. As a result of change 83, the \- command doesn't work properly
  346. with the typewriter fonts.  (Reported by John DeTreville.
  347. Corrected 19 April 86.)
  348. 86. In verbatim mode, the sequences ?` and !` produce ligatures
  349. instead of the correct characters.  (Found by Gerard Huet.
  350. Corrected 19 April 86.)
  351. 87.  The \vector and \line commands (through the \@svector and \@sline
  352. macros) only check if the vertical component of the slope exceeds the
  353. limit (4 or 6) for the command; the horizontal component is not
  354. checked.  Thus, \vector(2,5){5} gives an error message while
  355. \vector(5,2){5} produces incorrect results without any message.  Some
  356. arguments will reference a non-existent character in the line font.
  357. (Found by Joseph I. Pallas.  Corrected 19 April 86.)
  358. 88. \newenvironment doesn't work if there's a \par command in
  359. an argument.  (Corrected 19 April 86.)
  360. 89.  An obscure bug in \settowidth caused by a missing \relax.
  361. (Discovered by Oren Patashnik, corrected 24 March 86.)
  362. 90.  A \markright or \markboth immediately after a sectioning command
  363. could allow a page break right after the section heading.
  364. (Discovered by Oren Patashnik, corrected 15 April 86.)
  365. 91. The \arabic command (actually \@arabic) was changed so it
  366. will print nonpositive numbers.  (Suggested by Charles Kearney.
  367. Change made 29 April 86.)
  368. 92.  An implementation error causes LaTeX to run out of room on very
  369. long tabbing environments.  (Discovered by Kent McPherson.  Corrected
  370. 17 Jun 86)
  371. 93.  In rare instances, a footnote is placed on the page following the
  372. one in belongs on.  This happens only when a figure or table
  373. environment appears in the text immediately after the place where the
  374. page that should contain the footnote ends.  Until this is fixed, the
  375. problem can be made to go away by moving the figure or table
  376. environment a little further back or forward in the text.
  377. 94.  Unnecessary overfull boxes caused by descenders on last line of
  378. page.  Fixed by modifying the output routine \@makecol.  A temporary
  379. dimen is used to hold the depth of the output box, then it is unboxed,
  380. then we vskip minus the depth. (2 Sep 86)
  381. 95.  Grouping was taken out of \@latexerr. (Suggested by John Hobby.)
  382. (2 Sep 86)
  383. 96.  \makethmlabel was deleted.  Never used anyway.
  384. (Found by Mark Kent, 2 Sep 86).
  385. 97.  \footheight may soon be deleted.  Never used.  Taken out of style
  386. files too.  (Found by Mark Kent, 2 Sep 86).
  387. 98.  When a section heading does not indent the following paragraph, a
  388. \noindent caused a negative indentation--i.e., an outdent.  (Change,
  389. suggested by suggestion by Mario Wolczko, made 2 Sep 86)
  390. 99.  A page break can occur where a figure or table environment or a
  391. \marginpar command appear, even in the scope of a \samepage declaration.
  392. (Found by Oren Patashnik.  Corrected 23 Oct 86)
  393. 100. In rare instances, a figure can appear on the page preceding
  394. its environment, and a marginal note may appear on the wrong side.
  395. (Found by Oren Patashnik)
  396. 101. The \verb command produces an error if it appears in math
  397. mode with a `_' in its argument.  (This is a bug in PLAIN.TEX
  398. corrected in LPLAIN.TEX on 13 Oct 86 and SPLAIN.TEX on 28 Oct 86.)
  399. 102.  If no blank line follows a paragraph-making environment, then the
  400. following text is not indented.  However, a \noindent command produced
  401. an outdent.  (Correction, similar to #99, made on 23 Oct 86)
  402. 103.  The mechanism to suppress the paragraph indentation of text
  403. immediately following a paragarph-making environment does not work if
  404. that environment is enclosed in braces or another environment.  In
  405. particular, it wouldn't work for environments like the ones defined
  406. in the examples on page 57 of the manual--e.g., when called
  407. by the `emphit' environment, the `itemize' environment is
  408. inside another environment. (Corrected 27 Oct 86)
  409. 104. In SLiTeX, the \_ command produces an underscore that is
  410. printed on all color layers.  (Reported by John deTreville,
  411. corrected 10 Nov 86.)
  412. 105. A line break can occur at a space in a `verbatim' environment.
  413. (Reported by Nelson Beebe, corrected 19 Nov 86.)
  414. 106.  An apparent typo put two copies of \@texttop at the top of a page
  415. instead of just one.  This did not seem to affect any of the standard
  416. styles, but would have created problems in special styles that used
  417. \@texttop. (Reported by Michael Harrison, corrected 1 Dec 86.)
  418. 107. An array environment in the third argument to a \multicolumn
  419. command did not work.  (Reported by Ferdinand Hommes, corrected 6 Dec 86.)
  420. 108.  A long descender (such as is normally produced only by math
  421. formulas) on the bottom line of a page could extend lower than
  422. it should.  (Corrected 21 Jan 86)
  423. 109.  The \index command was changed to make \protect work in its
  424. argument, in case the \index command is used inside the argument of
  425. another command, such as \footnote.  (Change made 3 Feb 87)
  426. 110.  A \label or \index command in a section heading caused a bug
  427. if that heading was used as a page heading.  (Discovered by
  428. Tim Hopkins.  Corrected 22 Feb 87)
  429. 111.  Setting \topskip to 0pt does weird things.  I haven't figured out
  430. why, but there's no reason to set \topskip to 0pt, so this is not
  431. considered a bug.  (Discovered by Mabry Tyson.)
  432. 112. \{ and \} are fragile commands, contrary to the manual.
  433. (Discovered by Piet van Oostrum <mcvax!ruuinfvax!piet@seismo.CSS.GOV>.
  434. Corrected 21 Apr 87.)
  435. 113. \bibitem doesn't work when there's a \nofiles declaration.
  436. (Discovered by Arthur Ogawa.  Corrected 29 Apr 87.)
  437. 114.  Spaces produced by a \verb command (e.g., `verb| x |') are
  438. deleted if they appear at the beginning of a line.  I don't know
  439. if this is a bug or a feature.  (Discovered by  R. J. Smith.)
  440. 115.  A figure or table environment appearing between paragraphs (in
  441. vertical mode) can produce extra vertical space in the document between
  442. those paragraphs.  (Discovered by Arthur Ogawa.  Corrected 26 May 87.)
  443. 116.  An obscure bug in the \caption command can cause it to leave
  444. extra vertical space above the caption if the command is not
  445. preceded by a blank line.  This extra space does not appear
  446. when a \nofiles command is used.  (Discovered by Peter Schilling.
  447. Corrected 12 Jun 87.)
  448. 117. A \put or \multiput with an argument beginning "plus" or "minus"
  449. causes an error.  (Discovered by Don Knuth.  Corrected 20 Jul 87.)
  450. 118. \dotfill and \hrulefill don't work right in `tabular' and
  451. `array' environments.  (Discovered by Rainer Schoepf.  Corrected
  452. [in LPLAIN.TEX] 24 Jul 87.)
  453. 119. The `p' option in an array or tabular environment puts a normal
  454. depth strut at the bottom of the parbox, which results in too much
  455. space if the last line of the box has a descender.  I don't see
  456. any reasonable way to fix this.  (Discovered by John Lavagnino.)
  457. 120. The default \cite command was changed to put a space between
  458. multiple citations--for example, to produce `[1, 5, 17]' instead
  459. of `[1,5,17]'.  (Suggested by John Ellis.  Changed 21 Nov 87.)
  460. 121. The \newcommand and \renewcommand commands left the LaTeX
  461. internal control sequence \@tempb \let to `#'.  While not causing
  462. any problem in LaTeX, it caused bugs in other people's document
  463. styles.  Fixed by replacing \@tempb in those commands with
  464. something more untypeable.  (Change made 23 Nov 87.)
  465. 122. Figures were typeset with \boxmaxdepth = 0pt, which could screw
  466. up some macros--in particular, plain TeX's \overrightarrow.
  467. (Bug found by Thomas H. Cormen.  Corrected 15 Dec 87.)
  468. 123. The fix for 122 broke \marginpar, so it did not work at all.
  469. (Corrected 3 Jan 88.)
  470. 124. The \frame command put an extra space after the box.
  471. (Discovered by John Hershberger, corrected 14 Jan 88.)
  472. 125.  \parskip wasn't restored in parboxes and footnotes, so it would
  473. have the wrong value when a parbox or footnote appeared in a list
  474. environment.  (Discovered by Dominik Wujastyk, corrected 20 Jan 88.)
  475. 126. The leaders were not properly aligned in multiple-line
  476. table-of-contents entries.  (Discovered by Gunther Hartmann, corrected
  477. 25 Jan 88.)
  478. 127.  Strange things can happen if a command like \footnotemark that
  479. doesn't generate in-line text appears between a \paragraph or
  480. \subparagraph command (or any sectioning command that produces a
  481. heading that's part of the following paragraph) and the following text.
  482. What happens is that TeX sees the \footnotemark command before it sees
  483. the argument to the \{sub}paragraph command, which can lead to
  484. incorrect numbering and who knows what else.  Any attempted fix is
  485. likely to break other things, so I will not try to fix this.
  486. (Discovered by Ed Zalta and Emma Pease.)
  487. 128. A marginal note is misplaced if there is a footnote preceding
  488. it on the same page.  (Found by Chris Rowley.  Corrected 26 Feb 88.)
  489. 129.  In SLiTeX, Two adjacent \frac's run into one another.  (Found by
  490. Stephen Pohlig.)
  491. 130.  In SLiTeX, in an array or tabular environment, the rules formed
  492. by a `|' argument and by an \hline and \cline command appear in all
  493. color layers. (Corrected 8 Jun 88.)
  494. 131.  If, for a counter foo, \thefoo is defined to contain mention of a
  495. non-preloaded font, then a \label{bar} command that involves counter
  496. foo will write some garbage on the .aux file causing an error on a
  497. \ref{foo} command.  (Reported by Peter K. Schilling.  Corrected 20 Jul 88.)
  498. 132.  If a \contentsline or \addtocontents command immediately precedes
  499. an \include, then the table of contents line it produces may appear
  500. later than the contents lines added by the included file.  There does
  501. not appear to be an easy fix for this.
  502. (First reported by Rainer Schoepf and Frank Mittelbach)
  503. 133.  If the output routine is called while in a tabbing environment,
  504. strange things can happen because \-, \', etc.  have unusual
  505. definitions.  (Reported by Detlev Droege and Friedrich Haubensak.
  506. Corrected 4 Aug 88.)
  507. 134.  Redefining something like \thefigure to include a size-changing
  508. command like \small causes an error when a \ref referes to a label that
  509. labels a figure environment.  This problem can be solved by using
  510. \protect\noexpand\protect\small instead of \small.  I'm not sure
  511. if this is a bug, and I doubt if I'll fix it.  (Reported by Peter
  512. Schilling.)
  513. 135.  The \pagebreak and \nopagebreak commands have no effect
  514. inside a tabbing or eqnarray environment.  (Reported by Mik Bickis.)
  515. 136. Typing "\hspace*{...} plus ..." causes an error. (Reported by
  516. Emma Pease. Corrected 13 Oct 1988.)
  517. 137.  The size of the circle printed by \circle{L} not a monotonic
  518. function of L.  (Reported by Nick North, diagnosed by Ian Young.
  519. Corrected 1 Nov 1988.)
  520. 138.  A command like \index or \label could incorrectly suppress a
  521. space after the next \end command.  (Reported by Johannes Braams.
  522. Partially fixed on 30 Nov 88.  Problem can still occur if \index or
  523. \label command comes inside the \end's environment.)
  524. 139.  Extra vertical space appears below a `p' entry in a tabular or
  525. array environment if the last line has nonzero depth.  (Reported by
  526. Michael DeCorte.  Corrected 14 Jan 1989.)
  527. 149.  A \multicolumn command did not work right immediately
  528. before a \\[D] command when D was a positive length.
  529. (Reported by John Lee.  Corrected 8 Feb 89.)
  530. 150. In the minipage environment, spacing between footnotes is too small
  531. (Found by Don Hosek.  Corrected 27 Mar 89.)
  532. 151. \pounds didn't work in math mode.  (Discovered by Don Hosek.
  533. Corrected 10 Apr 89.)
  534. 152.  \indexentry commands instead of \glossaryentry commands are
  535. written on the .glo file.  (Discovered by William D. Partain.
  536. Corrected 14 Apr 89.)
  537. 153. Following minor changes made
  538.     \include: prevent space in \include{foo } from wiping out input file.
  539.     \begin-\end: detects unmatched \begin ended with \end{document}
  540.     \verb: the leading spaces in \verb+ foo+ will not be dropped at the
  541.            beginning of a line.
  542. Also, minor changes to \newline (\\ in paragraph mode), minipage
  543. environment, \tableofcontents, \listoffigures, and \listoftables
  544. that should produce no noticable effects.  (Changes made 24 May 89,
  545. mostly based on suggestions by by Frank Mittelbach and Rainer Sch\"opf.
  546. 154.  A bug in the picture environment caused an extra space to appear
  547. in a picture if an offset is specified and the environment begins with
  548. a declaration that generates a \special or some such TeX "other".
  549. (Corrected 13 Jun 89.)
  550. 155.  Change 137 introduced a problem with the \oval command.
  551. (Reported by David Long and several other users, corrected 7 Dec 89.)
  552. 156. A \label command in math mode that follows a space command
  553. like \, causes an error.  (Discovered by Charles Karney, corrected
  554. 18 Dec 89.)
  555. 157.  A \newcommand declaration in horizontal mode added an extra
  556. space.  (Discovered by Jim Curry, corrected 9 Jan 90.)
  557. 158. The fix mentioned in 138 was added to the comments, but not to
  558. the code.  (Reported by Piet van Oostrum in TeXhax V90 #42,
  559. corrected 2 May 90.)
  560. 159. A missing \relax caused an error if some sectioning-commands
  561. had an argument with "plus" or "minus".  (Reported by Nathan Maman,
  562. corrected 2 May 90.)
  563. 160.  A verbatim environment that begins with a left quote seems to
  564. cause incorrect vertical spacing when it begins a minipage environment.
  565. (Reported by Michinori Kawaki, 30 Sep 90. Corrected 21 Jun 91.)
  566. 161. A \label at the very end of a document may not be processed.
  567. (Reported by Mike Piff but not checked, 12 Nov 90)
  568. 162. \paragraph{...} Plus... yields an error.  (Reported by
  569. Victor Eijkhout. Corrected 14 Jan 91.)
  570. 163.  When a double-column figure or table that is too large to fit on
  571. a page is encountered when producing two-column output, that figure and
  572. all subsequent ones are never printed.  (Reported 13 Mar 91 by David
  573. Long. Corrected 15 Mar 91.)
  574. 163. Removed some extra spaces in some macro definitions, and changed
  575. some occurences of pt to \p@, 0 to \z@, etc. (Changes made 21 Jun 91.)
  576. 164. Bug no. 109 was also present for \glossary. (Corrected 21 Jun 91.)
  577. 165. A marginal note that happened to appear on the last line of a page
  578. with footnotes could mess up the vertical spacing. (Corrected 21 Jun 91.)
  579. 166. Emptied \box0 at the end of lplain.tex to save memory. (Change made
  580. 21 Jun 91.)
  581. 167. Added \SliTeX logo to slitex.tex. (Change made 21 Jun 91.)
  582. 168. \@warning changed to print the input line number when using TeX
  583. 3.x. Old version kept as \@@warning. (Change made 24 Jun 91.)
  584. 169. Corrected bug inherited from plain.tex: missing \relax in \multispan
  585. macro. (Corrected 1 Jul 91.)
  586. 170. A \samepage declaration would not prevent a verbatim environment
  587. from being broken across pages. (Corrected 27 Jul 91.)
  588. 171. Several changes to make LaTeX work with the New Font Selection
  589. Scheme without the need to redefine internal macros. (Changes made
  590. 14--15 Aug 91.)
  591. 172. Extra boxing in picture environment introduced to guard against
  592. unboxing in math mode. (Reported by John Hobby. Corrected 26 Aug 91.)
  593. 173. To allow full paragraphs in the \whiledo construct of the ifthen
  594. style option, the \@whilesw construct in latex.tex was made \long.
  595. (Reported by Konrad Blum. Change made 26 Aug 91.)
  596. 174. Extra blank space between the second and third mandatory argument
  597. of \newenvironment and \renewenvironment would lead to an
  598. unintelligible error message. (Long known. Change made 26 Aug 91.)
  599. 175. A verbatim environment in a list could produce a double indent.
  600. (Reported by Chris Rowley. Corrected 26 Aug 91.)
  601. 176. \maketitle or other commands that internally invoke a list
  602. environment would not be detected before \begin{document}. (Corrected
  603. 26 Aug 91.) NOTE: THIS CHANGE AFFECTS ALL STYLES AND STYLE OPTIONS
  604. THAT CHANGE THE \begin{document} COMMAND! IT IS NECESSARY TO ADD
  605. \@noskipsecfalse.
  606. 177. Moved the \SLiTeX logo to latex.tex so that it can be used in
  607. LaTeX as well. (Change made 29 Sep 91.)
  608. 178. Added \reset@font at several places where \rm appears: the number
  609. of an equation, for the \LaTeX and \SLiTeX logos, and for the text of
  610. footnotes. (Change made 29 Sep 91.)
  611. 179. Changed \output to reset \par to its default value. This avoids
  612. problems when the output routine is called within a list where \par
  613. may be a no-op. (Reported by Eberhard Mattes. Fix suggested by Chris
  614. Rowley. Change made 29 Sep 91.)
  615. 180. Fixed a number of smaller problems, including addition of
  616. \endinput at the end of the files. (Changes made 17 Oct 91.)
  617. 181. \protect'ed the \LaTeX and \SLiTeX logos, as a consequence of
  618. change 178. (Change made 17 Oct 91.)
  619. 182. Corrected bug in the \@tfor macro where an \xdef was used instead
  620. of a \def. (Change made 17 Oct 91.)
  621. 183. A small internal optimization in \@makecol in the output routine:
  622. replaced \dimen128 by \dimen@. (Change made 22 Oct 91.)
  623. 184. Added \reset@font in \ref, \pageref, and \@citex. (Suggested by
  624. Bernd Raichle. Change made 25 Oct 91.)
  625. 185. Allowed \sc typeface in slides document style, so that the LaTeX
  626. logos is printed correctly. (Change made 27 Oct 91.)
  627. 186. Inhibited color change in math mode. (Change made 27 Oct 91.)
  628. 187. Re-arranged size switching code in SliTeX. (Change made 27 Oct 91.)
  629. 188. Corrected typo in latex.tex. (Found by Joachim Schrod. Corrected
  630. 29 Oct 91.)
  631. 189. Removed \catcode and \mathcode definitions for non-printing ASCII
  632. characters, as nobody seems to use them. (Change made 30 Oct 91.)
  633. 190. Fragile commands in the definition of \thefootnote led to an
  634. error, even with the use of \protect. (Found by Chris Hamlin.
  635. Corrected 1 Nov 91.)
  636. 191. Added default definition of \makelabel, so that an \item command
  637. outside a list environment gives a sensible error message instead of
  638. messing up the whole job. (Change made 4 Nov 91.)
  639. 192. Introduced file lhyphen.tex. (Change made 4 Nov 91.)
  640. 193. Added a lot of missing \m@th (mathsurround=0pt) assignments.
  641. (Changes made 4 Nov 91.)
  642. 194. Added warning message when height of single column float exceeds
  643. \textheight. (Change made 6 Nov 91.)
  644. 195. \cite will now ignore leading blanks in a citation key. (Change
  645. made 6 Nov 91.)
  646. 196. Added code to make it work with MLTeX version 2. (Suggested by
  647. Bernard Gaulle. Change made 7 Nov 91.)
  648. 197. Use of the enumerate environment in the thebibliography
  649. environment messes up the latter's item numbering. Corrected by
  650. changing the counter from enumi to enumiv as it was already
  651. documented.  (Reported by Nelson Beebe. Corrected 13 Nov 91.)
  652. 198. Fix 190 did not go far enough. (Found by Chris Rowley. Corrected
  653. 22 Nov 91.)
  654. 199. Changed definition of \item to call \makelabel only once instead
  655. of twice. This solves a number of problems with side effects in
  656. \makelabel, and is even more efficient. (Change made 22 Nov 91.)
  657. 200. Corrected an obscure bug in the output routine that could cause a
  658. division by zero when \twocolumn[] was used. (Suggested by Chris
  659. Rowley. Corrected 22 Nov 91.)
  660. 201. Added a few forgotten \relax in front of conditionals in
  661. lfonts.tex and sfonts.tex. (Suggested by Bernd Raichle. Change made 25
  662. Nov 91.)
  663. 202. Some minor changes for efficiency. (Suggested by Bernd Raichle.
  664. Changes made 27 Nov 91.)
  665. 203. Version frozen. (1 Dec 91.)
  666. 204. Fix 197 led to incompatibilities with styles derived from
  667. article, like amsart.  (Changed 10 Jan 92 as suggested by Bernd
  668. Raichle.)
  669. 205. Use of a nonexisting theorem environment in the first optional
  670. argument to \newtheorem led to an incomprehensible error message.
  671. (Reported by Luzia Dietsche. Fixed 10 Jan 92.)
  672. 206. As a consequence of change 66 in the styles (see below) labels in
  673. the bibliography environment would now come out left aligned.
  674. (Reported by Andy Fyfe. Corrected 14 Jan 92.)
  675. 207. A \listoffigures at the end of the document would sometimes not
  676. typeset the table. (Reported by Friedrich Haubensak. Corrected 14 Jan
  677. 208. Fix no. 206 caused bibliography labels in the alpha bibliography
  678. style to come out right aligned. (Reported by Andy Fyfe. Corrected 26
  679. Feb 92.)
  680. 209. When used in math mode, \verb doesn't print all characters in \tt
  681. font.  Some characters such as "&" are printed in \rm font and some
  682. such as "\" are in the symbol font.
  683. 210. Corrected typo in \underline in slitex.tex. (Reported by Johannes
  684. Braams. Corrected 26 Feb 92.)
  685. 211. Changed lplain.tex and splain.tex to match the changes introduced
  686. by plain.tex version 3.14 on March 16. (Changes made 17 Mar 92.)
  687. 212. Changed Metafont warning messages to error messages when cmbase
  688. is used to generate the line and circle fonts. (Suggested by Chris
  689. Thompson.  Changed 18 Mar 92.)
  690. 213. Added \@nmbrlistfalse to \trivlist. This fixes some weird problem
  691. occuring with multiline running heads and a page break in a numbered
  692. list. (Suggested by Alexander Durner. Corrected 18 Mar 92.)
  693. 214. Allocate input stream for \typein and for \@input with \newread
  694. to avoid conflicts with other allocated streams. (Suggested by Michael
  695. Downes and Bernd Raichle. Change made 18 Mar 92.)
  696. 215. In SLiTeX, a \frac sometimes overlaps vertically. (Found by Alois
  697. Steindl.)
  698. 216. In SLiTeX \Longrightarrow comes out wrong. (Found by Alois
  699. Steindl.)
  700. 217. The fix mentioned in 138 and 158 was done wrong in the code. Also
  701. the problem was now corrected completely by introducing a new control
  702. sequence. (Suggested by Piet van Oostrum. Corrected 18 Mar 92.)
  703. 218. A \protect\\ in the optional argument of a sectioning command
  704. leads to extra rubber space in the running head in the myheadings
  705. pagestyle. (Found by Robert Bittl.)
  706. 219. Corrected typo in the \c command introduced by Don Knuth in
  707. plain.tex and propagated to lplain.tex and splain.tex. (Reported by
  708. Friedrich Haubensak. Corrected 25 Mar 92.)
  709.                 CHANGES TO .DOC AND .STY FILES AND OTHERS
  710.                 -----------------------------------------
  711. [Changes needed to conform with changes to LaTeX are not noted.]
  712. 1. \caption doesn't work properly with optional argument. (Corrected 28 Dec 83)
  713. 2. The change to the thebibliography environment described in item 2
  714. below requres a change to the .STY files.  (Change made 28 Dec 83)
  715. 3. The description environment was changed to allow a larger value
  716. of \leftmargin than the default.  The parameter \descriptionlabelwidth
  717. gives the maximum value of \labelwidth for a description environment.
  718. It should be \def'd to something like .2\linewidth. (Change made 31 Dec 83)
  719. 4. A minor bug in a \mark command made it possible for a page heading
  720. to  come on an earlier page than it should. (Change made 13 Jan 84)
  721. 5. Version 2.06 eliminated the .PLO files and completely changed the
  722. organization of the .STY files.  See LERRATA.TEX.
  723. 6. The style files were changed to accomodate the new convention that
  724. assumes printing starts one inch from the top and left edges of the paper.
  725. 7. LABLST.TEX did not work with Version 2.06.  (Corrected 18 July 84.)
  726. 8. The default margins for the list environment weren't being set
  727. properly in SLIDES.DOC/STY.  (Corrected 26 July 84.)
  728. 9. The table* environment was producing single-column rather than
  729. double-column tables.  (Corrected 16 September 84.)
  730. 10. In the letter style, commands like \it didn't work right when
  731. the appeared in mailing labels. (Corrected 21 September 84)
  732. 11. \begin{displaymath} ... \end{displaymath} doesn't work right
  733. in the fleqn style option.  (Corrected by a change in Version 2.07.)
  734. 12. In the letter style, a null argument of a \begin{letter}
  735. produced an error.  (Corrected 21 October 1984.)
  736. 13. Multiple paragraph footnotes don't work properly.  (Corrected
  737. 8 November 1984)
  738. 14. In normal article style, the \maketitle command did not prevent a
  739. figure from going above it at the top of the page. (Corrected 9
  740. November)
  741. 15. The thebibliography environment messed up when there were more
  742. that 26 items.  (Corrected 9 November)
  743. 16. The letter document style for Version 2.07 had incorrect
  744. enumerate and itemize environments.  (Corrected 9 November)
  745. 17. The article style was changed so the thebibliography command
  746. produces the title "References" instead of "Bibliography".  (Note that
  747. report style still produces "Bibliography".) (Changed 17 November
  748. 1984)
  749. 18. LABLST.TEX may die if there's an un\protect'ed font-changing
  750. command in a table of contents entry.  (Corrected 24 November 1984)
  751. 19. A list inside a trivlist environment, like a theorem environment,
  752. doesn't work right.  (Corrected 27 November 1984)
  753. 20. The report style messed up page headings in single-sided output with
  754. the headings option. (Corrected 5 December 1984)
  755. 21. The quotation environment puts extra space between paragraphs.
  756. (Corrected 3 January 1985).
  757. 22. The \[ ... \] environment had a minor bug in the fleqn style option.
  758. (Corrected 6 February 1985)
  759. 23. A change was made to the letter style that should fix the
  760. anomalous page breaking.  (Thanks to Mike Fischer for tracking it
  761. down.) (Change made 9 February 1985)
  762. 24. A sectioning command (like \paragraph) that produces an in-line
  763. heading (not on a separate line) doesn't work properly when it is
  764. immediately followed by a list or trivlist environment, or one that
  765. uses those environments (like verbatim or quote). (Corrected in Version
  766. 2.09.)
  767. 25. The leqno style option doesn't work.  (Corrected 20 May 1985)
  768. 26.  The `slides' document style ignored all style options.  (Corrected
  769. 20 November 1985)
  770. 27. \tableofcontents, \listoffigures, \bibliography, etc. affect the
  771. page headings when the myheadings style is used.  (Reported by
  772. Tim Morgan.)  (Corrected 17 December 85)
  773. 28.  The old version of the description environment was inadvertantly
  774. left in the `letter' and `slides' style.  (Reported by Rusty Wright.)
  775. (Corrected 17 January 86)
  776. 29.  In all styles: no hyphenation is done in multi-line figure and
  777. table captions.
  778. 30. Labels in the letter style did not work right if the user changed
  779. \parindent.  (Reported by Mike Fischer, corrected 5 Mar 86.)
  780. 31. The `ifthen' style option was modified to make \protect work
  781. in the `test' argument of \ifthenelse and \while.
  782. (Problem reported by Tor Lillqvist, corrected 28 Oct 1986)
  783. 32. A bug in the `ifthen' style made \equal not work after a
  784. \newcommand, \newenvironment, \renewcommand, or \renewenvironment
  785. command. (Problem reported by Tor Lillqvist, corrected 16 December 1986)
  786. 33. With the `fleqn' style option, the text following a displayed
  787. equation always began a new paragraph, even if it was not preceded
  788. by a blank line.  (Reported by Joe Weening, corrected 9 March 1987)
  789. 34. If a size-changing command is given at the outermost brace and
  790. \begin-\end level, and is followed by a \normalsize command, then
  791. the parameters used for controlling first-level lists are messed up.
  792. (Reported by Tom Hofmann, corrected 9 Jun 1987.)
  793. 35. The letter style was changed to make the \date command have
  794. the expected effect.  (Suggested by John Pavel.  Change made
  795. 20 Jul 87.)
  796. 36. In the definition of \newblock inside \thebibliography, there
  797. was a "minus -.07ex" that should have been "minus .07ex".
  798. (Found by Oren Patashnik, corrected 12 October 1987.)
  799. 37.  In the `openbib' style option, a couple of "\markboth"s should
  800. have been "\@mkboth"s.  (Found by Oren Patashnik, corrected 12 October
  801. 1987.)
  802. 38. A first-level list environment inside a trivlist environment
  803. messes up the left margin.  (Reported and correction suggested
  804. by Martha Wershofen, corrected 22 December 1987.)
  805. 39. The \label command did not work for cross-referencing parts.
  806. (Reported by Paul Karger, corrected 19 January 1988.)
  807. 40.  Changes made to \l@section command (article style) and \l@chapter
  808. command (book, report styles) for making table of contents entries to
  809. conform to 25 Jan 88 change to \numberline. (Reported by
  810. Gunther Hartmann, corrected 5 February 88.)
  811. 41. \protect did not work in the argumment to an \index command
  812. when the showidx style option is used.  (Reported by Nelson Beebe.
  813. Corrected 22 Feb 88.)
  814. 42. The definitions in the standard style did not allow the labels
  815. in an `enumerate' environment to be changed in the usual way be
  816. redefining `\theenum...'.  (Corrected 16 Mar 88.)
  817. 43.  With \pagestyle{empty}, a \chapter command still produces a page
  818. number on the first page of a chapter.  (Reported by Peter Schilling 3
  819. June 88.  Deemed not worth correcting.)
  820. 44. A bug in the `letter' style caused a number to disappear from
  821. the output if it occurred at the beginning of a paragraph after
  822. a \ps.  (Corrected 20 Sep 88.)
  823. 45. Report and book styles: Changed macros that produced "part" and
  824. "chapter" table-of-contents entries to improve page breaking.
  825. (Changed 24 May 89, as suggested by Jerry Leichter.)
  826. 46.  In the fleqn style, \@beginparpenalty and \@endparpenalty were
  827. used instead of \predisplaypenalty and \postdisplaypenalty before and
  828. after a displayed equation made with \[ ...  \] or the "equation"
  829. environment.  (Reported by Rainer Sch\"opf and Frank Mittelbach.
  830. Corrected 24 May 89.)
  831. 47.  The fix to the fleqn style reported in number 46 (24 May 89)
  832. re-introduced bug fixed in number 33 (9 Mar 87).
  833. (Corrected 26 Sep 89.)
  834. 48. Certain keywords like "height" caused an error in an \index
  835. command with the showidx style option.  (Reported by Joachim Schrod,
  836. corrected 11 Oct 89.)
  837. 49. A bug in the definition of \part in the book and report styles
  838. made them use the optional argument instead of the regular argument
  839. for the heading printed in the text.  (Reported by Richard Roy,
  840. corrected 13 Nov 89.)
  841. 50. \part allows a page break to occur in the middle of a multi-line
  842. heading.  Easily fixed by adding \interlinepenalty10000 to the
  843. definition, but I probably won't bother.  (Reported by Don Hosek.
  844. Corrected 11 Nov 91.)
  845. 51.  A \paragraph command not preceded by other sectioning commands
  846. causes an error.  This is deemed incorrect input and will not be fixed
  847. in version 2.09.  (Reported by Nathan Maman.)
  848. --------------------
  849. 52.  Some changes in several document styles to support the NFSS (New
  850. Font Selection Scheme that will become standard with LaTeX 3.0)
  851.  - Extra braces added in definitions of \ps@heading .. in all files
  852.    since \sl is not longer reset by \rm.
  853.  - \csname process@table\endcsname added in letter.sty to allow math in
  854.    letters.
  855. (Changes made 26 Mar 91.)
  856. 53.  Document styles renamed to `Standard Document Styles'. (Changes made
  857. 30 Mar 91.) 
  858. 54.  International language support. All fixed strings are removed and
  859. commands are inserted instead. The names are chosen according to the 
  860. standard developed in Europe (ILaTeX, german.sty, babel.sty). The default
  861. for these commands is to produce the old string, so there is no change in
  862. behavior. (Changes made 30 Mar 91.)
  863. 55.  Style options files twocolumn and titlepage shortened to 8 chars.
  864. User interface preserved by adding \ds@titlepage etc. to input the
  865. coded name. This supports (most) OS with file length restrictions.
  866. (Change made 30 Mar 91.)
  867. 56.  Moved definition of \part command from size-specific styles to
  868. article.doc/sty. (Change made 30 Mar 91.)
  869. 57.  Removed a lot of superfluous blanks. Introduced some abbreviations:
  870. pt by \p@, 0pt by \z@, etc. (Changes made 15 Jun 91.)
  871. 58.  In the letter style option the \xpt macro was replaced by a call
  872. to a top-level size command, depending on the point size of the
  873. document. (Change made 15 Jun 91.)
  874. 58.  In style option showidx "20 (hex) was changed to 32 (decimal) to
  875. avoid a problem with the style option german. (Change made 16 Jun 91.)
  876. 59.  Fix no. 12 to the letter style did not catch everything.
  877. (Fix suggested by Mike Piff. Corrected 16 Aug 91.)
  878. 60.  Environment thebibliography changed to generate a warning message
  879. instead of an error if its body is empty. (Suggested by Nelson H.F.
  880. Beebe. Change made 26 Aug 91.)
  881. 61.  Added \reset@font to definition of \@eqnnum in leqno style option.
  882. (Change made 29 Sep 91.)
  883. 62.  The marks for listoffigures and listoftables were not changed to
  884. uppercase correctly. This was a consequence a change 54. (Reported by
  885. Bernard Gaulle. Corrected 14 Oct 91.)
  886. 63.  Change 55 caused the twocolumn document style option to no longer
  887. work since twocolumn.sty was read in too early. (Reported by Bernard
  888. Gaulle. Corrected 15 Oct 91.)
  889. 64.  In the slides document style, one could specify the twoside
  890. document style option, which is nonsense.  (Corrected 15 Oct 91.)
  891. 65.  Corrected typo in makeidx document style option. (Reported by
  892. Dave Love. Corrected 21 Oct 91.)
  893. 66.  Use of [ .. ] for the labels in the thebibliography environment
  894. replaced by the use of the macro \@biblabel. (Change made 27 Oct 91.)
  895. 67.  Missing ~ after \partname added in definition of the \part
  896. command. (Found by Dave Love. Corrected 4 Nov 91.)
  897. 68.  Added a lot of missing \m@th (mathsurround=0pt) assignments in
  898. several document style files. (Changes made 4 Nov 91.)
  899. 69.  Added forgotten definitions for \ccname, etc. in letter document
  900. style. (Found by Johannes Braams. Corrected 5 Nov 91.)
  901. 70.  Removed extra open brace in book.sty. (Found by Bernard Gaulle.
  902. Corrected 5 Nov 91.)
  903. 71.  Change 63 did not really fix the problem. (Corrected 5 Nov 91.)
  904. 72.  Forgot to do change 66 for the openbib style option as well.
  905. (Corrected 11 Nov 91.)
  906. 73.  Somehow Appendix was not replaced by \appendixname in the report
  907. and book documentstyles. (Found by Bernd Raichle. Corrected 12 Dec
  908. 74. As a consequence of change 55, the titlepage option of the article
  909. document style did no longer work at all. (Reported by severral
  910. people. Corrected 10 Jan 92.)
  911. 75. As a consequence of change 197 in latex.tex, bibliographies with
  912. more than 26 entries led to error messages about an incomplete \iftrue.
  913. (Reported by Andy Fyfe. Corrected 14 Jan 92.)
  914. 76. Added explicit setting of \topskip in article, book, and report
  915. document styles. This is important for sizes 11pt and 12pt to avoid
  916. ``overfull \vbox while \output is active'' messages. (Suggested by
  917. Friedrich Haubensak. Change made 14 Jan 92.)
  918. 77. Change no. 176 above had also to be done in the letter document
  919. style. (Corrected 21 Feb 92.)
  920. 78. Fix no. 59 caused leading blanks in the argument of \begin{letter}
  921. not to be ignored. (Reported by Will Partain. Corrected 21 Feb 92.)
  922. 79. Added definition for \pagename and conditional around definition
  923. for \abstractname in the proc document style option. (Suggested by
  924. Friedrich Haubensak. Change made 26 Feb 92.)
  925. 80. Changed definitions of \labelenum... in the letter document style
  926. to use \theenum... rather than directly \arabic{enumi}, etc.
  927. (Suggested by Johannes Braams. Change made 26 Feb 92.)
  928. 81. The \subparagraph command in bk11.doc/sty lacks a \reset@font.
  929. (Reported by Dietrich Baumann.)
  930. 82. Corrected typo in in the letter document style. (Reported by
  931. Mustafa Akgul. Corrected 25 Mar 92.)
  932.                          CHANGES TO THE MANUAL
  933.                          ---------------------
  934. See ADDENDUM.TEX
  935.